home *** CD-ROM | disk | FTP | other *** search
- %
- % Text Plus Professional © 1988-1992 Martin Steppler
- % Alle Rechte vorbehalten
- % All rights reserved
- %
- % specchars2.parse
- %
- % Sonderzeichentabelle
- %
- % table of special characters
- %
-
- % Ein Eintrag hat die Form:
- % <Space(s)> <Zeichen> <Space(s)> <Folge von Zeichen bis Zeilenende>
- % Beim Parsen wird <Zeichen> durch <Folge von Zeichen> ersetzt.
- % Die Tabelle darf beliebig viele Einträge besitzen.
- % Kommentare werden durch ein '%' in der ersten Spalte eingeleitet.
- %
-
- % An entry follows the form:
- % <space(s)> <character> <space(s)> <sequence of characters through end of line>
- % At parse time <character> is replaced by <sequence of characters>.
- % You may add as many entries as you want.
- % Comments are indicated by a '%' in the first column.
-
- % ASCII 34-38
- " ''
- # {\#}
- % '$' und '%' werden nicht geparst
- % '$' and '%' are not parsed
- $ $
- % %
- & {\&}
-
- % ASCII 43, 60-62
- + $+$
- < $<$
- = $=$
- > $>$
-
- % ASCII 92, 94-95
- % '\' wird nicht geparst
- % '\' is not parsed
- \ \
- ^ \^{}
- _ \_{}
-
- % ASCII 123-126
- % '{', '}' und '~' werden nicht geparst
- % '{', '}' and '~' are not parsed
- { {
- | $\vert$
- } }
- ~ ~
-
- % ASCII 161-163
- ¡ {!`}
- ¢ \hbox{\rm\rlap/c}
- £ {\it \char'44}
-
- % ASCII 165-169
- ¥ \hbox{\rm\rlap{Y}$-$}
- ¦ $\vert$
- § {\S}
- ¨ \"{ }
- © {\copyright}
-
- % ASCII 171-184
- « $<\!<$
- ¬ $\neg$
- -
- ® {\ooalign{\hfil\raise.07ex\hbox{r}\hfil\crcr\mathhexbox20D}}
- ¯ $\bar{}$
- ° $ ^\circ$
- ± $\pm$
- ² $ ^2$
- ³ $ ^3$
- ´ '
- µ $\mu$
- ¶ \P
- · $\bullet$
- ¸ \c{ }
-
- % ASCII 186-207
- º $\doteq§
- » $>\!>$
- ¼ \leavevmode\kern.1em\raise.5ex\hbox{\the\scriptfont0 1}\kern-.1em/\kern-.15em\lower.25ex\hbox{\the\scriptfont0 4}
- ½ \leavevmode\kern.1em\raise.5ex\hbox{\the\scriptfont0 1}\kern-.1em/\kern-.15em\lower.25ex\hbox{\the\scriptfont0 2}
- ¾ \leavevmode\kern.1em\raise.5ex\hbox{\the\scriptfont0 3}\kern-.1em/\kern-.15em\lower.25ex\hbox{\the\scriptfont0 4}
- ¿ {?`}
- À \`{A}
- Á \'{A}
- Â \^{A}
- Ã \~{A}
- Ä \"{A}
- Å {\AA}
- Æ {\AE}
- Ç \c{C}
- È \`{E}
- É \'{E}
- Ê \^{E}
- Ë \"{E}
- Ì \`{I}
- Í \'{I}
- Î \^{I}
- Ï \"{I}
-
- % ASCII 209-214
- Ñ \~{N}
- Ò \`{O}
- Ó \'{O}
- Ô \^{O}
- Õ \~{O}
- Ö \"{O}
-
- % ASCII 216-221
- Ø {\O}
- Ù \`{U}
- Ù \'{U}
- Û \^{U}
- Ü \"{U}
- Ý \'{Y}
-
- % ASCII 223-246
- ß {\ss}
- à \`{a}
- á \'{a}
- â \^{a}
- ã \~{a}
- ä \"{a}
- å {\aa}
- æ {\ae}
- ç \c{c}
- è \`{e}
- é \'{e}
- ê \^{e}
- ë \"{e}
- ì $\grave{\imath}$
- í $\acute{\imath}$
- î $\hat{\imath}$
- ï $\ddot{\imath}$
- ð $\partial$
- ñ \~{n}
- ò \`{o}
- ó \'{o}
- ô \^{o}
- õ \~{o}
- ö \"{o}
-
- % ASCII 248-253
- ø {\o}
- ù \`{u}
- ú \'{u}
- û \^{u}
- ü \"{u}
- ý \'{y}
-
- % ASCII 255
- ÿ \`{y}
-